* server.el (server-process-filter): Use expand-file-name rather than
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 10 Mar 2009 14:08:52 +0000 (14:08 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 10 Mar 2009 14:08:52 +0000 (14:08 +0000)
commitb71752bcaa000bfded8d0ba53a8b7e028a973e5f
tree367b2ab2daa725378df195ac874602f4bb70ad09
parent33e382f28cd4740c48f70f1ab90fc5f06ed14be2
* server.el (server-process-filter): Use expand-file-name rather than
command-line-normalize-file-name so as to use the `dir' when provided.
* emacsclient.c (main): Always pass cwd via "-dir".  Pass the file
names without prepending cwd to them, so Emacs uses its customary
rules to determine how to interpret the file name.
lib-src/ChangeLog
lib-src/emacsclient.c
lisp/ChangeLog
lisp/server.el